Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Changing Sequence Compression Parameters

SetCSequencePreferredPacketSize

Sets the preferred packet size for a sequence.

pascal OSErr SetCSequencePreferredPacketSize (
                     ImageSequence seqID,
                     long preferredPacketSizeInBytes);
seqID
The sequence identifier.

preferredPacketSizeInBytes
The preferred packet size in bytes.

DISCUSSION

This function was added in QuickTime 2.5 to support video conferencing applications by making each transmitted packet an independently decodable chunk of data.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |